StreamLoad(String, Byte) Method
Loads data to this stream from the specified buffer.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public void Load(
string name,
byte[] buffer
)
Public Sub Load (
name As String,
buffer As Byte()
)
Parameters
- name String
- Stream name.
- buffer Byte
- Data buffer.